▍ humdrum codex / soft
1.1 KB raw
id
TASK-028
title
TUI: Persist theme selection across restarts
status
To Do
assignee
created_date
2026-06-12 04:21
labels
tui, enhancement
dependencies
priority
low
ordinal
28000

Description

Theme resets to flexoki every time the TUI starts. Save the selected theme index to a local state file so the last-used theme is restored on next launch.

State file location: ~/.local/share/dashboard/tui_state.json (create dir if needed).

Implementation:

Acceptance Criteria